Documents for PDF .NET Edition
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / FileID Class / FileID Constructor / FileID Constructor(Byte[],Byte[])
The permanent ID.
The changing ID.

In This Topic
    FileID Constructor(Byte[],Byte[])
    In This Topic
    Initializes a new instance of the FileID class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal permanentID() As System.Byte, _
       ByVal changingID() As System.Byte _
    )
    public FileID( 
       System.byte[] permanentID,
       System.byte[] changingID
    )

    Parameters

    permanentID
    The permanent ID.
    changingID
    The changing ID.
    See Also